properties
24 optional properties may be used inside the Head section of the script file for customizing menus and links.
Assigning fonts:
Property #1
description: font assigned to the links' text.
name: <LinkTextFont>
value: "string:string:integer", FontFamily:FontStyle:FontStyle.
inheritance: "YES"
default: "Helvetica:italic:12"
Property #2
description: font assigned to the menus' text.
name: <MenuTextFont>
value: "string:string:integer", FontFamily:FontStyle:FontStyle.
inheritance: "YES"
default: "Helvetica:plain:12"
Assigning colors:
Property #3
description: color assigned to a link's text when the mouse is out of the respective link
name: <MouseOutLinkTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "black"
Property #4
description: color assigned to a menu's text when the mouse is out of the respective menu
name: <MouseOutMenuTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "black"
Property #5
description: color assigned to a link's text when the mouse is over the respective link
name: <MouseOverLinkTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "0:120:0"
Property #6
description: color assigned to a closed menu's text when the mouse is over the respective menu
name: <MouseOverMenuClosedTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "0:0:120"
Property #7
description: color assigned to an open menu's text when the mouse is over the respective menu
name: <MouseOverMenuOpenTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "0:0:120"
Property #8
description: color assigned to the background text (filling a rectangle) of a link when the mouse is over the respective link
name: <MouseOverLinkBgTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "NO"
default: "nothing"
Property #9
description: color assigned to the background text (filling a rectangle) of a closed menu when the mouse is over the respective menu
name: <MouseOverMenuClosedBgTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "NO"
default: "nothing"
Property #10
description: color assigned to the background text (filling a rectangle) of an open menu when the mouse is over the respective menu
name: <MouseOverMenuOpenBgTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "NO"
default: "nothing"
Property #11
description: color assigned to the text of a link when the respective link has been selected by mouse clicking
name: <MouseClickLinkTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "yellow"
Property #12
description: color assigned to the background (filling a rectangle) text of a link when the respective link has been selected by mouse clicking
name: <MouseClickLinkBgTextColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "black"
Drawing rectangles
Property #13
description: color assigned to the border (drawing a rectangle) of a link when the mouse is over the respective link
name: <MouseOverLinkBorderColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "NO"
default: "nothing"
Property #14
description: color assigned to the border (drawing a rectangle) of a closed menu when the mouse is over the respective menu
name: <MouseOverMenuClosedBorderColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "NO"
default: "nothing"
Property #15
description: color assigned to the border (drawing a rectangle) of an open menu when the mouse is over the respective menu
name: <MouseOverMenuOpenBorderColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "NO"
default: "nothing"
Assigning image files
Property #16
description: image icon assigned to the link when the mouse is out of the respective link
name: <MouseOutLinkImage>
value: "string", where "string" is the file name of the image relative to the location of the Html file containing the applet.
inheritance: "YES"
default: "BuiltInMouseOutLinkImage", This is a built-in image
Property #17
description: image icon assigned to the closed menu when the mouse is out of the respective menu
name: <MouseOutMenuClosedImage>
value: "string", where "string" is the file name of the image relative to the location of the Html file containing the applet.
inheritance: "YES"
default: "BuiltInMouseOutMenuClosedImage", This is a built-in image
Property #18
description: image icon assigned to the open menu when the mouse is out of the respective menu
name: <MouseOutMenuOpenImage>
value: "string", where "string" is the file name of the image relative to the location of the Html file containing the applet.
inheritance: "YES"
default: "BuiltInMouseOutMenuOpenImage", This is a built-in image
Property #19
description: image icon assigned to the link when the mouse is over the respective link
name: <MouseOverLinkImage>
value: "string", where "string" is the file name of the image relative to the location of the Html file containing the applet.
inheritance: "NO"
default: "BuiltInMouseOverLinkImage", This is a built-in image
Property #20
description: image icon assigned to the closed menu when the mouse is over the respective menu
name: <MouseOverMenuClosedImage>
value: "string", where "string" is the file name of the image relative to the location of the Html file containing the applet.
inheritance: "NO"
default: "BuiltInMouseOverMenuClosedImage", This is a built-in image
Property #21
description: image icon assigned to the open menu when the mouse is over the respective menu
name: <MouseOverMenuOpenImage>
value: "string", where "string" is the file name of the image relative to the location of the Html file containing the applet.
inheritance: "NO"
default: "BuiltInMouseOverMenuOpenImage", This is a built-in image
Specific settings for menus
Property #22
description: color assigned to the dots linking menus and links belonging to the same parent menu
name: <DotsChildrenMenuColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "black"
Property #23
description: color assigned to the background of the children's menu
name: <BgChildrenMenuColor>
value: "integer:integer:integer", Red:Green:Blue.
inheritance: "YES"
default: "white"
Property #24
description: image assigned to the background of the children's menu
name: <BgChildrenMenuImage>
value: "string", where "string" is the file name of the image relative to the location of the Html file containing the applet.
inheritance: "NO"
default: "nothing"